1aDesktop chrome — title bar navigation + sidebar top
Wordmark removed; the title bar carries only window controls, the sidebar toggle, and session history navigation. Search moves into the sidebar as the first element, the device switcher shrinks to a one-line strip beneath it, and the session list starts at 184px from the window top instead of 232px.
The auth test fails about one run in six on CI. Can you find the race and fix it without adding sleeps?
C
The token refresh in setupAuth() is not awaited, so the first request can go out with the stale token. Reading the two call sites now.
Readtests/auth/setup.ts142 lines
38 const t = refreshToken(ctx)
39 client.use(bearer(t))
40 return client
Reply to Claude…⏎
Collapsed state adds no chrome: the toggle sits filled to read as active, and search stays reachable through ⌘K. Sessions are reached with ⌘[ / ⌘] or by expanding.
Hover raises a rounded-6 #1E2125 plate under the 28px hit target; the disabled forward chevron drops to #4A4E55 and takes no hover or tooltip (shown faded here only to place it). The gap under the title bar exists only in this detail frame, to clear the tooltips.